ParNames = {'\gamma_1','\gamma_2','\gamma_3','\gamma_4','\alpha_1','\alpha_2',...
VarNames = {'D_{11}','D_{12}','D_{13}','D_{14}','D_{22}','D_{23}','D_{24}',...
'D_{33}','D_{34}','D_{44}','R_1','R_2','R_3','R_4','X_1','X_2','X_3','X_4'};
OutNames = {'D_{11}','D_{12}','D_{13}','D_{14}','D_{22}','D_{23}','D_{24}',...
'D_{33}','D_{34}','D_{44}','R_1','R_2','R_3','R_4','X_1','X_2','X_3','X_4'};
FullNames = [VarNames,ParNames];
Range1([1,5,8,10],:)=1e5;
Range2 = [zeros(8,1),ones(8,1)];
Range2(5:7,2)=[0.6398 0.6532 0.5479]';%Thresholds given by auxiliary model 1
RangeT = [Range1; Range2];
T = gsua_dataprep("estimModel", RangeT, 'domain', [0 24], 'names',...
FullNames, 'out_names', OutNames);
Setting environment to work with user-defined function
T.Properties.CustomProperties.output=11:18;
y=gsua_eval(T.Nominal,T,0:5);
supervivencias1=[0.707 0.662 0.576 0.376];
R1=initPob*supervivencias1;
X1=initPob*(1-supervivencias1);
fcurve1=[R1 X1]'*linspace(0.99,1,12)
104 ×
6.9993 7.0057 7.0122 7.0186 7.0250 7.0314 7.0379 7.0443 7.0507 7.0571 7.0636 7.0700
6.5538 6.5598 6.5658 6.5719 6.5779 6.5839 6.5899 6.5959 6.6019 6.6080 6.6140 6.6200
5.7024 5.7076 5.7129 5.7181 5.7233 5.7286 5.7338 5.7391 5.7443 5.7495 5.7548 5.7600
3.7224 3.7258 3.7292 3.7327 3.7361 3.7395 3.7429 3.7463 3.7497 3.7532 3.7566 3.7600
2.9007 2.9034 2.9060 2.9087 2.9114 2.9140 2.9167 2.9193 2.9220 2.9247 2.9273 2.9300
3.3462 3.3493 3.3523 3.3554 3.3585 3.3616 3.3646 3.3677 3.3708 3.3739 3.3769 3.3800
4.1976 4.2015 4.2053 4.2092 4.2130 4.2169 4.2207 4.2246 4.2284 4.2323 4.2361 4.2400
6.1776 6.1833 6.1889 6.1946 6.2003 6.2060 6.2116 6.2173 6.2230 6.2287 6.2343 6.2400
Tp1=gsua_pe(T,13:24,fcurve1,'solver','fmincon','N',5e2)
Generating a valid matrix for estimations
Estimation 1
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 2
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 3
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 4
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 5
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 6
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 7
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 8
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 9
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 10
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 11
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 12
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 13
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 14
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 15
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 16
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 17
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 18
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 19
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 20
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 3.000000e+03.
Estimation 21
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 22
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 23
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 24
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 25
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 26
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 27
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 28
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 29
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 30
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 31
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 32
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 33
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 34
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 35
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 36
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 37
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 38
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 39
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 40
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 41
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 42
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 43
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 44
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 45
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 46
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 47
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 48
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 49
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 50
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 51
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 52
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 53
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 54
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 55
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 56
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 57
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 58
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 59
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 60
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 61
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 62
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 63
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 64
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 65
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 66
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 67
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 68
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 69
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 70
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 71
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 72
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 73
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 74
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 75
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 76
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 77
<a href = "matlab: helpview('optim','local_min_poss_with_constr','CSHelpWindow');">L...
Estimation 1000
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Tp1 = 8×3 table
| | Range | Nominal | Estfmincon |
|---|
| 1 \gamma_1 | 0 | 1 | 0.5000 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0958 | 0.0957 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0965 | 0.0931 | 0.0681 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0967 | 0.0869 | 0.0832 | 0.0548 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 0.0468 | 1 |
|---|
| 2 \gamma_2 | 0 | 1 | 0.5000 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1407 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1411 | 0.1320 | 0.1411 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0677 | 0.0757 | 0.0874 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1410 | 0.1406 |
|---|
| 3 \gamma_3 | 0 | 1 | 0.5000 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2334 | 0.2227 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1029 | 0.1051 | 0.1090 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2239 | 0.1539 | 0.2288 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2336 | 0.2332 |
|---|
| 4 \gamma_4 | 0 | 1 | 0.5000 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1174 | 0.1186 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3754 | 0.3706 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.2241 | 0.2209 | 0.1612 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.3766 | 0.1107 |
|---|
| 5 \alpha_1 | 0 | 0.7000 | 0.3500 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.6730 | 0.4788 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.6246 | 0.5964 | 0.3842 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0.3204 | 0 |
|---|
| 6 \alpha_2 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6019 | 0.6500 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.2869 | 0.3244 | 0.3796 | 0.6497 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 |
|---|
| 7 \alpha_3 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6115 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2444 | 0.2504 | 0.2609 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6154 | 0.3878 | 0.6329 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6494 |
|---|
| 8 \alpha_4 | 0 | 1 | 0.5000 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2204 | 0.2229 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.9947 | 0.9746 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.4782 | 0.4693 | 0.3183 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.2065 |
|---|
supervivencias2=[0.787 0.762 0.678 0.562];
R2=initPob*supervivencias2;
X2=initPob*(1-supervivencias2);
fcurve2=[R2 X2]'*linspace(0.99,1,12)
104 ×
7.7913 7.7985 7.8056 7.8128 7.8199 7.8271 7.8342 7.8414 7.8485 7.8557 7.8628 7.8700
7.5438 7.5507 7.5577 7.5646 7.5715 7.5784 7.5854 7.5923 7.5992 7.6061 7.6131 7.6200
6.7122 6.7184 6.7245 6.7307 6.7369 6.7430 6.7492 6.7553 6.7615 6.7677 6.7738 6.7800
5.5638 5.5689 5.5740 5.5791 5.5842 5.5893 5.5945 5.5996 5.6047 5.6098 5.6149 5.6200
2.1087 2.1106 2.1126 2.1145 2.1164 2.1184 2.1203 2.1223 2.1242 2.1261 2.1281 2.1300
2.3562 2.3584 2.3605 2.3627 2.3649 2.3670 2.3692 2.3713 2.3735 2.3757 2.3778 2.3800
3.1878 3.1907 3.1937 3.1966 3.1995 3.2024 3.2054 3.2083 3.2112 3.2141 3.2171 3.2200
4.3362 4.3402 4.3442 4.3481 4.3521 4.3561 4.3601 4.3641 4.3681 4.3720 4.3760 4.3800
Tp2=gsua_pe(T,13:24,fcurve2,'solver','fmincon','N',5e2)
Generating a valid matrix for estimations
Estimation 1
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 2
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 3
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 4
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 5
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 6
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 7
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 8
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 9
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 10
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 11
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 12
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 13
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 14
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 15
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 16
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 17
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 18
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 19
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 20
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 21
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 22
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 23
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 24
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 25
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 26
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 27
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 28
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 29
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 30
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 31
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 32
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 3.000000e+03.
Estimation 33
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 34
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 35
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 36
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 37
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 38
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 39
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 40
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 41
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 42
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 43
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 44
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 45
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 46
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 47
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 48
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 49
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 50
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 51
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 52
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 53
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 54
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 55
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 56
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 57
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 58
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 59
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 60
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 61
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 62
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 63
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 64
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 65
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 66
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 67
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 68
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 69
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 70
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 71
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 72
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 73
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 74
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 75
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 76
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 77
<a href = "matlab: helpview('optim','local_min_poss_with_constr','CSHelpWindow');">L...
Estimation 1000
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Tp2 = 8×3 table
| | Range | Nominal | Estfmincon |
|---|
| 1 \gamma_1 | 0 | 1 | 0.5000 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0757 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0762 | 0.0695 | 0.0760 | 0.0636 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0763 | 0.0453 | 0.0472 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0377 | 0.0400 | 0.0373 | 0.0001 | 0.0001 | 0.1928 |
|---|
| 2 \gamma_2 | 0 | 1 | 0.5000 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1853 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1855 | 0.1618 | 0.1473 | 0.1853 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.1744 | 0.1587 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1850 | 0.1341 | 0.1841 | 0.1793 | 0.0749 |
|---|
| 3 \gamma_3 | 0 | 1 | 0.5000 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.1887 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.0843 | 0.1500 | 0.0934 | 0.1105 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1068 | 0.1117 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1885 | 0.1875 | 0.1885 | 0.1059 | 0.0944 | 0.1885 | 0.0693 |
|---|
| 4 \gamma_4 | 0 | 1 | 0.5000 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.1741 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.2009 | 0.4599 | 0.2401 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5450 | 0.5130 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.5617 | 0.3426 | 0.5620 | 0.2302 | 0.3474 | 0.5609 |
|---|
| 5 \alpha_1 | 0 | 0.7000 | 0.3500 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.6403 | 0.7000 | 0.5782 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.4026 | 0.4176 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3278 | 0.3280 | 0.3510 | 0.3663 | 0.7000 | 0.3466 | 0.7000 |
|---|
| 6 \alpha_2 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.5515 | 0.4931 | 0.6500 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.2739 | 0.6030 | 0.5394 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.4289 | 0.5264 | 0.5114 | 0 |
|---|
| 7 \alpha_3 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.2565 | 0.4933 | 0.2874 | 0.3473 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.3342 | 0.3517 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6457 | 0.6500 | 0.3319 | 0.2919 | 0.6500 | 0.2060 |
|---|
| 8 \alpha_4 | 0 | 1 | 0.5000 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 0.1644 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.1963 | 0.6643 | 0.2465 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.9348 | 0.8220 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.9999 | 1 | 0.4067 | 1 | 0.2331 | 0.4151 | 0.9987 |
|---|
supervivencias3=[0.867 0.861 0.78 0.747];
R3=initPob*supervivencias3;
X3=initPob*(1-supervivencias3);
fcurve3=[R3 X3]'*linspace(0.99,1,12)
104 ×
8.5833 8.5912 8.5991 8.6069 8.6148 8.6227 8.6306 8.6385 8.6464 8.6542 8.6621 8.6700
8.5239 8.5317 8.5396 8.5474 8.5552 8.5630 8.5709 8.5787 8.5865 8.5943 8.6022 8.6100
7.7220 7.7291 7.7362 7.7433 7.7504 7.7575 7.7645 7.7716 7.7787 7.7858 7.7929 7.8000
7.3953 7.4021 7.4089 7.4157 7.4225 7.4293 7.4360 7.4428 7.4496 7.4564 7.4632 7.4700
1.3167 1.3179 1.3191 1.3203 1.3215 1.3227 1.3240 1.3252 1.3264 1.3276 1.3288 1.3300
1.3761 1.3774 1.3786 1.3799 1.3812 1.3824 1.3837 1.3849 1.3862 1.3875 1.3887 1.3900
2.1780 2.1800 2.1820 2.1840 2.1860 2.1880 2.1900 2.1920 2.1940 2.1960 2.1980 2.2000
2.5047 2.5070 2.5093 2.5116 2.5139 2.5162 2.5185 2.5208 2.5231 2.5254 2.5277 2.5300
Tp3=gsua_pe(T,13:24,fcurve3,'solver','fmincon','N',5e2)
Generating a valid matrix for estimations
Estimation 1
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 2
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 3
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 4
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 5
Solver stopped prematurely.
fmincon stopped because it exceeded the function evaluation limit,
options.MaxFunctionEvaluations = 3.000000e+03.
Estimation 6
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 7
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 8
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 9
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 10
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 11
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 12
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 13
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 14
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 15
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 16
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 17
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 18
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 19
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 20
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 21
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 22
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 23
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 24
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 25
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 26
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 27
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 28
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 29
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 30
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 31
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 32
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 33
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 34
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 35
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 36
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 37
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 38
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 39
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 40
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 41
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 42
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 43
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 44
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 45
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 46
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 47
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 48
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 49
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 50
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 51
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 52
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 53
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 54
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 55
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 56
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 57
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 58
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 59
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 60
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 61
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 62
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 63
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 64
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 65
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 66
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 67
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 68
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 69
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 70
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 71
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 72
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 73
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 74
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 75
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 76
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Estimation 77
<a href = "matlab: helpview('optim','local_min_poss_with_constr','CSHelpWindow');">L...
Estimation 1000
Local minimum possible. Constraints satisfied.
fmincon stopped because the size of the current step is less than
the value of the step size tolerance and constraints are
satisfied to within the value of the constraint tolerance.
<stopping criteria details>
Tp3 = 8×3 table
| | Range | Nominal | Estfmincon |
|---|
| 1 \gamma_1 | 0 | 1 | 0.5000 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0336 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0334 | 0.0326 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0176 | 0.0191 | 0.0149 | 0.1219 |
|---|
| 2 \gamma_2 | 0 | 1 | 0.5000 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.2724 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1265 | 0.1284 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.2712 | 0.1973 | 0.2745 | 0 |
|---|
| 3 \gamma_3 | 0 | 1 | 0.5000 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0889 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0417 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0879 | 0.0878 | 0.0884 | 0.1274 |
|---|
| 4 \gamma_4 | 0 | 1 | 0.5000 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.2376 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.6428 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7458 | 0.7457 | 0.7457 | 0.7457 | 0.7170 | 0.3661 | 0.6024 |
|---|
| 5 \alpha_1 | 0 | 0.7000 | 0.3500 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.7000 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3451 | 0.3799 | 0.3585 | 0.3648 |
|---|
| 6 \alpha_2 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2498 | 0.2538 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.4294 | 0.6500 | 0.4171 |
|---|
| 7 \alpha_3 | 0 | 0.6500 | 0.3250 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.2864 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6500 | 0.6493 | 0.6500 | 0.3614 |
|---|
| 8 \alpha_4 | 0 | 1 | 0.5000 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 0.1060 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.6134 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0.9999 | 0.9999 | 0.9999 | 0.8636 | 0.1969 | 0.5138 |
|---|
gsua_eval(estims(:,1:100),T);
gsua_eval(estims(:,501:600),T);
gsua_eval(estims(:,1001:1100),T);
histogram(estims(i,1:100))
title(T.Properties.RowNames{i})
histogram(estims(i,501:600))
title(T.Properties.RowNames{i})
histogram(estims(i,1001:1100))
xline(estims(i,1001),'r')
title(T.Properties.RowNames{i})